From 83ed0f8d47b066c555b316823fa9feacd9166637 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Thu, 13 Feb 2014 18:19:36 -0500 Subject: [PATCH] docs: shorten the shooter timeout --- docs/tools/shooter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools/shooter.c b/docs/tools/shooter.c index edabe9e673..8cefa8bbf7 100644 --- a/docs/tools/shooter.c +++ b/docs/tools/shooter.c @@ -265,7 +265,7 @@ on_show (WidgetInfo *info) if (shot_id != 0) return; - shot_id = g_timeout_add (1000, (GSourceFunc) shoot_one, info); + shot_id = g_timeout_add (500, (GSourceFunc) shoot_one, info); } static gboolean -- 2.30.2